home *** CD-ROM | disk | FTP | other *** search
- DESKTOP x1k1
- ┌────────────────┐
- │ CONSOLE-OUTPUT │
- └────────────────┘
-
- Control Characters (Code 0-31)
- ──────────────────
- 0: NULl
- 7: BELl
- 8: Back Space
- 9: horizontal TABulation
- 10: Line Feed
- 11: Vertical Tabulation
- 12: Form Feed
- 13: Carriage Return
- 27: ESCape
-
- ESCape commands
- ───────────────
- A: cursor up
- B: cursor down
- C: cursor right
- D: cursor left
- E: clear screen & cursor home
- H: cursor home
- I: cursor up & insert mode
- J: clear screen
- K: erase to the end of the line
- L: insert line & scroll down & cursor at start of the new line
- M: erase line & scroll up & cursor at start of the old line
- Y #l #c: set cursor position (#l=#line+32 , #c=#column+32)
- b #col: set character color
- c #col: set background color
- d: erase from the start of the screen
- e: cursor on
- f: cursor off
- j: memorize cursor position
- k: set cursor on memorized position
- l: erase line & cursor at start of the line
- o: erase from the start of the line
- p: inverse video
- q: normal video
- v: automatic CRLF mode on
- w: automatic CRLF mode off
-
- ASCII Characters (code 32-127)
- ────────────────
- Graphic Characters (code 128-255)
- ──────────────────
-